projects
/
gtk4.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
f3f6d1a
)
Trivial rewording
author
Matthias Clasen
<mclasen@redhat.com>
Fri, 28 Jun 2013 20:01:44 +0000
(16:01 -0400)
committer
Matthias Clasen
<mclasen@redhat.com>
Fri, 28 Jun 2013 20:01:44 +0000
(16:01 -0400)
Make the listbox demo follow the naming convention of the
other demos.
demos/gtk-demo/listbox.c
patch
|
blob
|
history
diff --git
a/demos/gtk-demo/listbox.c
b/demos/gtk-demo/listbox.c
index 94ef2f1f3c1ef01121c0175988c2560bd1870310..721518a1d0da1b9916f2596fa7936d525eaa445b 100644
(file)
--- a/
demos/gtk-demo/listbox.c
+++ b/
demos/gtk-demo/listbox.c
@@
-1,4
+1,4
@@
-/* ListBox
+/* List
Box
*
* GtkListBox allows lists with complicated layouts, using
* regular widgets supporting sorting and filtering.